home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIF2RGB.DOC < prev    next >
Text File  |  1991-08-02  |  972b  |  37 lines

  1.             Gif2RGB
  2.             -------
  3.  
  4. Program to convert images saved as GIF to 24 bits RGB image(s).
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: Gif2RGB [-q] [-1] [-o OutFileName] [-h] GifFile
  11.  
  12. If no GifFile is given, Gif2RGB will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Screen.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.2
  26. 2. [-1] : Only one file in the format of RGBRGB... triplates (Each of R, G, B
  27.    is a byte) is being written. This file size is 3 * Width * Height.
  28.    If stdout is used for output, this option is implicitly applied.
  29.    The default (if not '-1') is 3 files with the names OutFileName.R,
  30.    OutFileName.G, OutFileName.B, each of which is Width * Height bytes.
  31. 3. [-o OutFileName] : specifies the name of the out file (see also '-1'
  32.    above).
  33. 3. [-h] : print one command line help, similar to Usage above.
  34.  
  35. Notes:
  36. ------
  37.